AddComp
Adds a function to the head of the currentGDevice
data structure's list of complement functions; creates and allocates aCProcRec
data structure (page 5-4).
pascal void AddComp (ColorComplementProcPtr compProc);
compProc
- A pointer to your complement function. See MyCompProc (page 5-18).